home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / EditML Pro 1.0 / EditMLProv1.0Setup.exe / Main / EditML.chm / samples / bookstore.xml < prev    next >
Encoding:
Text File  |  2000-10-09  |  1.1 KB  |  47 lines

  1. <books>
  2.   <book>
  3.     <title>Pierre: The Ambiguities</title>
  4.     <author>Herman Melville</author>
  5.     <price>9.99</price>
  6.   </book>
  7.   <book>
  8.     <title>Heart of Darkness</title>
  9.     <author>Joseph Conrad</author>
  10.     <price>12.99</price>
  11.   </book>
  12.   <book>
  13.     <title>Arrowsmith</title>
  14.     <author>Sinclair Lewis</author>
  15.     <price>8.99</price>
  16.   </book>
  17.   <book>
  18.     <title>Oedipus Rex</title>
  19.     <author>Sophocles</author>
  20.     <price>8.99</price>
  21.   </book>
  22.   <book>
  23.     <title>The Secret Sharer and Other Stories</title>
  24.     <author>Joseph Conrad</author>
  25.     <price>13.99</price>
  26.   </book>
  27.   <book>
  28.     <title>The Republic</title>
  29.     <author>Plato</author>
  30.     <price>12.99</price>
  31.   </book>
  32.   <book>
  33.     <title>The Republic</title>
  34.     <author>Plato</author>
  35.     <price>15.99</price>
  36.   </book>
  37.   <book>
  38.     <title>Inside Microsoft Windows CE</title>
  39.     <author>John Murray</author>
  40.     <price>29.99</price>
  41.   </book>
  42.   <book>
  43.     <title>Pragmatism</title>
  44.     <author>William James</author>
  45.     <price>15.99</price>
  46.   </book>
  47. </books>